home *** CD-ROM | disk | FTP | other *** search
-
- #define ISAMErrStart (long) 1000
- #define ERROR_BLANK_LINE (long) (ISAMErrStart + 0 )
- #define ERROR_CANNOT_DELETE_DATA_FILE (long) (ISAMErrStart + 5 )
- #define ERROR_CANNOT_DELETE_INDEX_FILE (long) (ISAMErrStart + 10 )
- #define ERROR_CANNOT_SET_ONEXIT (long) (ISAMErrStart + 15 )
- #define ERROR_CONFLICTING_UorR (long) (ISAMErrStart + 20 )
- #define ERROR_DATA_END_OF_FILE (long) (ISAMErrStart + 25 )
- #define ERROR_DATA_FILE_NOT_FOUND (long) (ISAMErrStart + 30 )
- #define ERROR_DELETED_RECORD (long) (ISAMErrStart + 35 )
- #define ERROR_FILE_ALREADY_OPEN (long) (ISAMErrStart + 40 )
- #define ERROR_FILE_IN_USE (long) (ISAMErrStart + 45 )
- #define ERROR_FILE_LOCKED (long) (ISAMErrStart + 50 )
- #define ERROR_FILE_NOT_OPEN (long) (ISAMErrStart + 55 )
- #define ERROR_FROM_KEY_MISSING (long) (ISAMErrStart + 60 )
- #define ERROR_FROM_KEY_PRESENT (long) (ISAMErrStart + 65 )
- #define ERROR_INCOMPLETE_KEY_LINE (long) (ISAMErrStart + 70 )
- #define ERROR_INCOMPLETE_PATH (long) (ISAMErrStart + 75 )
- #define ERROR_INDEX_FILE_NOT_FOUND (long) (ISAMErrStart + 80 )
-
- #ifndef ERROR_INSUFFICIENT_MEMORY
- #define ERROR_INSUFFICIENT_MEMORY (long) (ISAMErrStart + 85 )
- #endif
-
- #define ERROR_INVALID_AorD (long) (ISAMErrStart + 90 )
- #define ERROR_INVALID_DATA_FILE (long) (ISAMErrStart + 95 )
- #define ERROR_INVALID_DATA_FILE_SIZE (long) (ISAMErrStart + 100 )
- #define ERROR_INVALID_INDEX_FILE (long) (ISAMErrStart + 105 )
- #define ERROR_INVALID_ITERATION_TYPE (long) (ISAMErrStart + 110 )
- #define ERROR_INVALID_KEY_LENGTH (long) (ISAMErrStart + 115 )
- #define ERROR_INVALID_KEY_OFFSET (long) (ISAMErrStart + 120 )
- #define ERROR_INVALID_KEY_TYPE (long) (ISAMErrStart + 125 )
- #define ERROR_INVALID_LOCK_TYPE (long) (ISAMErrStart + 130 )
- #define ERROR_INVALID_PREFIX_LENGTH (long) (ISAMErrStart + 135 )
- #define ERROR_INVALID_RECORD_LENGTH (long) (ISAMErrStart + 140 )
- #define ERROR_INVALID_UorR (long) (ISAMErrStart + 145 )
- #define ERROR_ISAM_ALREADY_INSTALLED (long) (ISAMErrStart + 150 )
- #define ERROR_ISAM_NOT_INSTALLED (long) (ISAMErrStart + 155 )
- #define ERROR_ISAM_SHUTTING_DOWN (long) (ISAMErrStart + 160 )
- #define ERROR_KEY_IS_ASCENDING (long) (ISAMErrStart + 165 )
- #define ERROR_KEY_IS_DESCENDING (long) (ISAMErrStart + 170 )
- #define ERROR_KEY_LINE_TOO_LONG (long) (ISAMErrStart + 175 )
- #define ERROR_KEY_NOT_UNIQUE (long) (ISAMErrStart + 180 )
- #define ERROR_MAX_FILES_OPEN (long) (ISAMErrStart + 185 )
-
- #ifndef ERROR_NO_FREE_SIGNALS
- #define ERROR_NO_FREE_SIGNALS (long) (ISAMErrStart + 190 )
- #endif
- #define ERROR_NO_KEY_INFO (long) (ISAMErrStart + 195 )
- #define ERROR_NO_MORE_RECORDS (long) (ISAMErrStart + 200 )
- #define ERROR_NO_SUCH_KEY (long) (ISAMErrStart + 205 )
- #define ERROR_NO_SUCH_RECORD (long) (ISAMErrStart + 210 )
- #define ERROR_NULL_POINTER (long) (ISAMErrStart + 215 )
- #define ERROR_PARM_COUNT_MISMATCH (long) (ISAMErrStart + 217 )
- #define ERROR_RECORDS_LOCKED (long) (ISAMErrStart + 220 )
- #define ERROR_RECORD_EXISTS (long) (ISAMErrStart + 225 )
- #define ERROR_RECORD_LOCKED (long) (ISAMErrStart + 230 )
- #define ERROR_RECORD_TOO_HIGH (long) (ISAMErrStart + 235 )
- #define ERROR_RENAME_FAILED_IN_REINDEX (long) (ISAMErrStart + 240 )
- #define ERROR_SPECS_FILE_EMPTY (long) (ISAMErrStart + 245 )
- #define ERROR_TO_KEY_MISSING (long) (ISAMErrStart + 250 )
- #define ERROR_TO_KEY_PRESENT (long) (ISAMErrStart + 255 )
-
- #define IERROR_DELETED_KEYNODE (long) (ISAMErrStart + 400 )
- #define IERROR_HEADER_KEYNODE (long) (ISAMErrStart + 405 )
- #define IERROR_INDEX_END_OF_FILE (long) (ISAMErrStart + 410 )
- #define IERROR_INVALID_AorD (long) (ISAMErrStart + 415 )
- #define IERROR_INVALID_INDEX_FILE_SIZE (long) (ISAMErrStart + 420 )
- #define IERROR_INVALID_ISAM_COMMAND (long) (ISAMErrStart + 425 )
- #define IERROR_KEYNODE_TOO_HIGH (long) (ISAMErrStart + 430 )
- #define IERROR_KEY_VALUE_NOT_FOUND (long) (ISAMErrStart + 435 )
- #define IERROR_NOT_DELETED_KEYNODE (long) (ISAMErrStart + 440 )
- #define IERROR_NOT_DELETED_RECORD (long) (ISAMErrStart + 445 )
- #define IERROR_NO_FFILE_FOR_TFILE (long) (ISAMErrStart + 450 )
- #define IERROR_NO_RECORDS_IN_FILE (long) (ISAMErrStart + 455 )
- #define ISAMErrStop IERROR_NO_RECORDS_IN_FILE
-